home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 852 b | 33 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: ODUtil.pch++
- // Release Version: $ 1.0d11 $
- //
- // Copyright: 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- /* ODHeaders.cpp: Precompiled header for OpenDoc part development */
-
- #include "ODConfig.h"
-
- #pragma once on
-
- #include <MacHeaders.c>
- #pragma precompile_target "ODUtilHeaders.MW"
-
- // Headers for OpenDoc utilities. Several of these need to be
- // included before ODTypes.h to work their magic.
- #include <AltPoint.h>
- #include <AltPoly.h>
- #include <Except.h>
- #include <ODDebug.h>
- #include <ODNew.h>
- #include <UseRsrcM.h>
-
- // Central headers for OpenDoc types and part handler API:
- #include <ODTypes.h>
- #include <Part.xh>
-
- #include "FWPoint.h"
-